Inserts an item to the System.Collections.Generic.IList`1 at the specified index.
シンタックス
'宣言
Public Overloads Sub Insert( _
ByVal As System.Integer, _
ByVal As _
)
public void Insert(
System.int ,
)
パラメータ
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the System.Collections.Generic.IList`1.
参照